home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 273_01.zip / FLUSHKEY.CC < prev    next >
Text File  |  1993-04-04  |  100b  |  6 lines

  1. flush_key()
  2. /* This will flush the keyboard buffer */
  3. {
  4.     while(bioskey(1) != 0) bioskey(0);
  5. }
  6.